ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Implementation Namespace / GenericCache<TKey,TValue,TCacheNodeFactory> Class / ContainsKey Method

In This Topic
    ContainsKey Method (GenericCache<TKey,TValue,TCacheNodeFactory>)
    In This Topic
    Gets true if item is currently in cache
    Syntax
    'Declaration
     
    Public Function ContainsKey( _
       ByVal k As TKey _
    ) As Boolean
    public bool ContainsKey( 
       TKey k
    )

    Parameters

    k
    See Also